This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Richard Fezfanabergikle 24.Nov.03 04:44 PM a Web browser Applications Development6.0.1All Platforms
Hi
I have an agent with some basic print statements which puts some tags around a notes field so that an xml doc is produced and shown on screen. This all works perfectly. However one of my fields contains some HTML. Normally this works absolutely fine too. However when the html has tags that arent close (eg BR) then the xml sheet is not produced at all and it errors. Once you change it to <BR /> or add proper close tags it works fine.
Is there any way to get round this problem apart from manually checking the HTML to make sure that it has close tags. Someone has suggested using CDATA but I am not entirely sure how to use this.